home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 July: Technology Seed / ADC Seed CD - July 1999.toast / FireWire / FireWire 2.1 SDK DR3 / Source / AVTransport / AVTransportFamily / AVTransportFamily.r < prev   
Encoding:
Text File  |  1999-05-17  |  1.6 KB  |  73 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        AVTransportFamily.r
  3.  
  4.     Contains:    Resources for AVTransportFamily.
  5.  
  6.     Version:    1.0
  7.  
  8.     Written by:    Erik Staats
  9.  
  10.     Copyright:    © 1996, 1998 by Apple Computer, Inc., all rights reserved.
  11.  
  12.     File Ownership:
  13.  
  14.         DRI:                Eric Anderson
  15.  
  16.         Other Contact:        
  17.  
  18.         Technology:            FireWire
  19.  
  20.     Writers:
  21.  
  22.         (DCB)    Clinton Bauder
  23.         (jkl)    Jay Lloyd
  24.  
  25.     Change History (most recent first):
  26.  
  27.        <FW5>    12/19/98    DCB        More cleanup for SDK.
  28.          <4>     1/17/98    jkl        Update for new headers.
  29.        <FW3>     6/20/96    ES        Changed library name to AVTransportFamily.
  30.        <FW2>     6/20/96    ES        Filled in contains and written by fields.
  31.        <FW1>     6/20/96    ES        first checked in
  32.  
  33. */
  34.  
  35.  
  36. #if ETO_BUILD
  37. #include "SysTypes.r"
  38. #include "CodeFragmentTypes.r"
  39. #else
  40. #include "Types.r"
  41. #include "CodeFragments.r"
  42. #endif
  43.  
  44. resource 'cfrg' (0)
  45. {
  46.     {
  47.       kPowerPC,                /* Target machine's Architecture. */
  48.       kFullLib,                /* This is not an update. */
  49.       kNoVersionNum,        /* Current version. */
  50.       kNoVersionNum,        /* Definition version. */
  51.       kDefaultStackSize,    /* Stack size of application. */
  52.       kNoAppSubFolder,        /* Not used here.  Can be the resource-id of an 'alis'
  53.                                resource.  Used to provide additional location
  54.                                to search for libraries. */
  55.       kIsLib,                /* This is an application (not a lib or drop-in). */
  56.       kOnDiskFlat,            /* This code fragment is on disk, in the data fork. */
  57.       kZeroOffset,            /* Offset of code into data fork. */
  58.       kWholeFork,            /* Code takes up all of data fork (can give a size). */
  59.       "AVTransportFamily"    /* Name of library. */
  60.     }
  61. };
  62.  
  63. resource 'vers' (1)
  64. {
  65.     FWVersion,
  66.     FWRevision,
  67.     FWBuildStage,
  68.     FWBuildNumber,
  69.     verUS,
  70.     FWShortVersionString,
  71.     FWLongVersionString
  72. };
  73.